home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / XGA.TEC < prev   
Text File  |  1992-03-09  |  3KB  |  110 lines

  1. ID:XG XGA video and Quarterdeck Products
  2. Quarterdeck Technical Note #208
  3. by Quarterdeck Testing & Compatibility Department
  4.  
  5.                                 XGA.TEC
  6.  
  7.      This is about XGA, a new high-resolution video standard developed by IBM, 
  8. and how it works with Quarterdeck products.
  9.  
  10.  
  11. WHAT DO I DO ABOUT THE "UNRECOGNIZED MICROCHANNEL ADAPTER 8FDB" REPORT WHEN I 
  12. BOOT WITH QEMM-386 (OR QEMM 50/60 OR QRAM)?
  13.  
  14.      Add this line:
  15.  
  16.      8FDB    XGA Video Adapter
  17.       /NT
  18.           
  19. to the file "MCA.ADL" in the QEMM (or QRAM) directory. All the "/NT" does is 
  20. pass the NT parameter to QEMM-386; the only service this provides is to keep 
  21. the QEMM-386 logo from being defaced during boot.
  22.  
  23. DOES THIS CARD USE HIGH ADDRESS SPACE?
  24.      The XGA card has an Adaptor ROM whose position cannot be set with the 
  25. Reference Diskette:  it is self-configuring only.  QEMM-386 detects this use 
  26. of the high address space and does not map over it.  Version 6 of QEMM-386 
  27. does not Stealth this ROM because it is not accessed by interrupt.
  28.  
  29. WINDOWS ENHANCED MODE
  30.      Does Windows complain about a video conflict when QEMM-386 is loaded?  
  31. Does it report "Cannot load enhanced memory manager"?  The problem is a bug in 
  32. XGAVDD.386,  Windows' XGA driver.  It will not load if there is RAM at the 
  33. first 4K region of the 32K region in which the XGA ROM is located. Therefore, 
  34. on a system with the XGA at D600-D7FF, it fails if QEMM-386 has placed High 
  35. RAM at D000-D0FF. So an eXclusion of D000-D0FF ("X=D000-D0FF") on the 
  36. QEMM386.SYS line of the config.sys:
  37.  
  38.      device=c:\qemm\qemm386.sys ram x=d000-d0ff
  39.  
  40. fixes the problem.  A better solution is to use the default Windows *VDDVGA 
  41. driver instead of XGAVDD.386.  We know of no adverse consequences to doing 
  42. this; you may still use XGA video modes in Windows Enhanced with the *VDDVGA 
  43. driver.  This is done by replacing the line:
  44.  
  45.      display=XGAVDD.386
  46.  
  47. in the SYSTEM.INI file with:
  48.  
  49.      display=*VDDVGA
  50.  
  51. WINDOWS STANDARD MODE 
  52.      You can't run Windows Standard mode in an XGA video mode under versions 
  53. of QEMM-386 up to and including 6.00.  It frequently seems to work, but 
  54. eventually the system crashes and reboots. Using Windows Standard mode in a 
  55. VGA mode is no problem.  QEMM-386 6.01 and later versions are able to work 
  56. with Windows Standard Mode configured for XGA.
  57.  
  58. DESQVIEW 
  59.      DESQview does not support XGA-specific modes.  DESQview loses control of 
  60. the screen completely when a program enters an XGA-specific mode.  DESQview 
  61. cannot display its menus or other DESQview windows on the screen, though the 
  62. XGA application can display successfully from within DESQview.  A work-around 
  63. would be to switch a program running in an XGA mode to text mode (for example, 
  64. shell to DOS or open a DOS window from Windows 3) when you wish to switch to 
  65. another DESQview window.  There are no problems using an XGA card in VGA modes 
  66. in DESQview.
  67.  
  68.  
  69.   ************************************************************************
  70.   *This technical note may be copied and distributed freely as long as it*
  71.   *is distributed in its entirety and it is not distributed for profit.  *
  72.   *         Copyright (C) 1991-2 by Quarterdeck Office Systems           *
  73.   ************************ E N D   O F   F I L E *************************
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.